home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / linuxconsole0.4.lcm / etc / postfix / mysql-mydestination.cf < prev    next >
Encoding:
Text File  |  2004-03-26  |  352 b   |  18 lines

  1. # mysql config file for local domain (like sendmail's sendmail.cw) lookups on postfix
  2. # comments are ok.
  3. #
  4.  
  5. # the user name and password to log into the mysql server
  6. hosts = 127.0.0.1
  7. user = mail
  8. password = secret
  9.  
  10. # the database name on the servers
  11. dbname = mail
  12.  
  13. # the table name
  14. table = domain
  15. #
  16. select_field = domain_name
  17. where_field = domain_name
  18.